home *** CD-ROM | disk | FTP | other *** search
/ Word Perfect Main Street: Paper Planes / WordPerfect Main Street - Paper Planes.iso / mac / p13-16 / 00325_Script_325 < prev    next >
Text File  |  1994-06-14  |  374b  |  22 lines

  1. -- P15S10 init
  2. on exitFrame
  3.   global Step, NumFrames
  4.   set Step = 10
  5.   set NumFrames = 21
  6.   
  7.   -- allow timed annotations!
  8.   initAnnotations(30,1)
  9.   setAppearTime(1, 5*60)
  10.   
  11.   global theGauge
  12.   mSetLevel(theGauge, Step)
  13.   
  14.   global LastQT
  15.   set LastQT = "P15S10"
  16.   cursor 4
  17.   preLoadCast the number of cast LastQT  
  18.   
  19.   setUpFastFwd()
  20.   cursor -1
  21. end
  22.